google.golang.org/grpc/internal/transport.ClientStream.done (field)

7 uses

	google.golang.org/grpc/internal/transport (current package)
		client_stream.go#L35: 	done     chan struct{} // closed at the end of stream to unblock writers.
		client_stream.go#L114: 	return s.done
		http2_client.go#L491: 		done:       make(chan struct{}),
		http2_client.go#L495: 	s.wq = newWriteQuota(defaultWriteQuota, s.done)
		http2_client.go#L784: 		close(s.done)
		http2_client.go#L932: 		<-s.done
		http2_client.go#L982: 	close(s.done)